• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision38d5fa48f42f9ad82f77038a501cb8d0e900ea2c (tree)
Time2019-11-13 01:08:00
AuthorTom Rini <trini@kons...>
CommiterTom Rini

Log Message

pfla02: Migrate CONFIG_ENV_IS_IN_SPI_FLASH to defconfig

This board is setting CONFIG_ENV_IS_IN_SPI_FLASH in the header rather
than defconfig, fix.

Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>

Change Summary

Incremental Difference

--- a/configs/pfla02_defconfig
+++ b/configs/pfla02_defconfig
@@ -42,6 +42,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=gpmi-nand"
4242 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:-(nand);spi2.0:1024k(bootloader),64k(env1),64k(env2),-(rescue)"
4343 CONFIG_CMD_UBI=y
4444 # CONFIG_SPL_PARTITION_UUIDS is not set
45+CONFIG_ENV_IS_IN_SPI_FLASH=y
4546 CONFIG_DM=y
4647 CONFIG_FSL_USDHC=y
4748 CONFIG_MTD=y
--- a/include/configs/pfla02.h
+++ b/include/configs/pfla02.h
@@ -74,7 +74,6 @@
7474 #define CONFIG_SYS_FSL_USDHC_NUM 2
7575
7676 /* Environment organization */
77-#define CONFIG_ENV_IS_IN_SPI_FLASH
7877 #define CONFIG_ENV_SIZE (16 * 1024)
7978 #define CONFIG_ENV_OFFSET (1024 * SZ_1K)
8079 #define CONFIG_ENV_SECT_SIZE (64 * SZ_1K)