commit | 3b3b324131e10d8c6d7796d663bdd01a90524f3c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 14 19:29:00 2025 -0600 |
committer | Tien Fong Chee <tien.fong.chee@intel.com> | Tue Apr 22 11:47:40 2025 +0800 |
tree | 5e55c7d18010fc21c33d23b98ae7643dfb3ee689 | |
parent | 21f8ed0c9ac9977bce9a4ed71bfb2c242d60faf4 [diff] |
ARM: socfpga: Drop incorrect imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION* The use of both "imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION" and "imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE" here is wrong as those are both part of the same choice statement. Furthermore you cannot select/imply something from a choice statement, it must be a "default ... if ..." construct within the choice statement in question. Signed-off-by: Tom Rini <trini@konsulko.com>