[U-Boot] [PATCH] ext4: goni: Modify dfu_alt_info's file names to have absolute path

After the clean up performed in the commit 1151b7ac10b81ecbb the DFU subsystem requires absolute patch for correct operation.
Signed-off-by: Lukasz Majewski l.majewski@samsung.com --- include/configs/s5p_goni.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 0c6e9c7..8ae3e64 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -121,8 +121,8 @@
#define CONFIG_DFU_ALT \ "u-boot raw 0x80 0x400;" \ - "uImage ext4 0 2;" \ - "exynos3-goni.dtb ext4 0 2;" \ + "/uImage ext4 0 2;" \ + "/exynos3-goni.dtb ext4 0 2;" \ ""PARTS_ROOT" part 0 5\0"
#define PARTS_DEFAULT \

On 11/04/2014 05:21 PM, Lukasz Majewski wrote:
After the clean up performed in the commit 1151b7ac10b81ecbb the DFU subsystem requires absolute patch for correct operation.
s/patch/path
Signed-off-by: Lukasz Majewski l.majewski@samsung.com
Acked-by: Robert Baldyga r.baldyga@samsung.com
include/configs/s5p_goni.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 0c6e9c7..8ae3e64 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -121,8 +121,8 @@
#define CONFIG_DFU_ALT \ "u-boot raw 0x80 0x400;" \
- "uImage ext4 0 2;" \
- "exynos3-goni.dtb ext4 0 2;" \
- "/uImage ext4 0 2;" \
- "/exynos3-goni.dtb ext4 0 2;" \ ""PARTS_ROOT" part 0 5\0"
#define PARTS_DEFAULT \

After the clean up performed in the commit 1151b7ac10b81ecbb the DFU subsystem requires absolute path for correct operation.
Signed-off-by: Lukasz Majewski l.majewski@samsung.com Acked-by: Robert Baldyga r.baldyga@samsung.com --- Changes for v2: - Correct spelling error - Get ACK from board maintainer --- include/configs/s5p_goni.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 0c6e9c7..8ae3e64 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -121,8 +121,8 @@
#define CONFIG_DFU_ALT \ "u-boot raw 0x80 0x400;" \ - "uImage ext4 0 2;" \ - "exynos3-goni.dtb ext4 0 2;" \ + "/uImage ext4 0 2;" \ + "/exynos3-goni.dtb ext4 0 2;" \ ""PARTS_ROOT" part 0 5\0"
#define PARTS_DEFAULT \
participants (2)
-
Lukasz Majewski
-
Robert Baldyga