diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2014-05-14 19:33:45 -0500 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-05-16 16:27:05 -0500 |
commit | 3246584d194d3d8f0354fd2fbeef5a8d1f00769e (patch) | |
tree | cb079148d81b8b0693c9ab5477699c042e8f2fe9 /include/configs/P2041RDB.h | |
parent | bc2d40ca10075c8bf0c8c3cb970b1381caf5c588 (diff) | |
download | u-boot-imx-3246584d194d3d8f0354fd2fbeef5a8d1f00769e.zip u-boot-imx-3246584d194d3d8f0354fd2fbeef5a8d1f00769e.tar.gz u-boot-imx-3246584d194d3d8f0354fd2fbeef5a8d1f00769e.tar.bz2 |
mpc85xx: configs: remove c=ffe from default environment
AFAICT, c=ffe does nothing and was a typo from the original commit
d17123696c6180ac8b74fbd318bf14652623e982 "powerpc/p4080: Add support
for the P4080DS board" and just kept on getting duplicated
in subsequently added board config files.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Edward Swarthout <ed.swarthout@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P2041RDB.h')
-rw-r--r-- | include/configs/P2041RDB.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 54e6493..e662322 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -713,8 +713,7 @@ unsigned long get_board_sys_clk(unsigned long dummy); "ramdiskfile=p2041rdb/ramdisk.uboot\0" \ "fdtaddr=c00000\0" \ "fdtfile=p2041rdb/p2041rdb.dtb\0" \ - "bdev=sda3\0" \ - "c=ffe\0" + "bdev=sda3\0" #define CONFIG_HDBOOT \ "setenv bootargs root=/dev/$bdev rw " \ |