nmhw21: remove kernel_image=zImage from u-boot env.

BugzID: 54718

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2019-01-09 15:32:45 +01:00
parent ec3ae39b9d
commit fe1a692af7
1 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ int eth_phy_timeout(void);
/*
* Memory map for booting Linux
*
*
* 0x80000000 63MB KERNEL_ADDR (kernel_addr), kernel execution address
* 0x83F00000 1MB FDT_ADDR (fdt_addr_r), device tree loading address if not included in kernel
* 0x84000000 126MB RD_ADDR (ramdisk_addr_r), ramdisc loading address
@ -88,7 +88,6 @@ int eth_phy_timeout(void);
#define FDT_HIGH_ADDR "0xffffffff"
#define CONFIG_EXTRA_ENV_SETTINGS \
"kernel_image=zImage\0" \
"fdt_image=am335x-nmhw21-prod1.dtb\0" \
"fdt_addr_r=" FDT_ADDR "\0" \
"fdt_high=" FDT_HIGH_ADDR "\0" \