Re: [U-Boot] [PATCH] MIPS: bootm: Fix broken boot_env_legacy codepath

2017-07-12 Thread Daniel Schwierzeck
Am 11.07.2017 um 17:47 schrieb Zubair Lutfullah Kakakhel: > This patch fixes 2 bugs introduced by the following commit > > 2bb5b63 MIPS: bootm: rework and fix broken bootm code > > The CONFIG_IS_ENABLED macro prepends 'CONFIG_' Hence, remove CONFIG_ > from CONFIG_MIPS_BOOT_ENV_LEGACY usage. >

[U-Boot] [PATCH] MIPS: bootm: Fix broken boot_env_legacy codepath

2017-07-12 Thread Zubair Lutfullah Kakakhel
This patch fixes 2 bugs introduced by the following commit 2bb5b63 MIPS: bootm: rework and fix broken bootm code The CONFIG_IS_ENABLED macro prepends 'CONFIG_' Hence, remove CONFIG_ from CONFIG_MIPS_BOOT_ENV_LEGACY usage. Also, 2bb5b63 reworks bootm so that linux_env_legacy runs before linux_cmd