[U-Boot] [PATCH v4 2/2] SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig
Dinh Nguyen
dinguyen at kernel.org
Fri Feb 3 17:05:29 UTC 2017
Hi Dalon,
On 02/01/2017 10:45 AM, Dalon Westergreen wrote:
> From: Dalon Westergreen <dalon.westergreen at intel.com>
>
> Added SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION and
> SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig.
>
> set to default y for socfpga platforms, and add appropriate
> configurations for kc1, snipper, and db-88f6820-gp boards.
>
> Signed-off-by: Dalon Westergreen <dwesterg at gmail.com>
> ---
> common/spl/Kconfig | 18 +++++++++++++++++-
> common/spl/spl_mmc.c | 12 +++---------
> configs/db-88f6820-gp_defconfig | 1 +
> configs/kc1_defconfig | 2 ++
> configs/sniper_defconfig | 2 ++
> include/configs/db-88f6820-gp.h | 1 -
> include/configs/kc1.h | 2 --
> include/configs/sniper.h | 2 --
> 8 files changed, 25 insertions(+), 15 deletions(-)
>
I'm get this warning:
include/configs/socfpga_common.h:316:0: warning:
"CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION" redefined
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 1
Need to remove the CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION from
socfpga_common.h as well.
Dinh
More information about the U-Boot
mailing list