Fix warnings introduced in prior commit

* #define CONFIG_RTC APPLICATION  (in sim builds)
 * #define CONFIG_STORAGE 0        (in PCTOOL builds)

Change-Id: Iabb77bd0a29ca06a13d1075f1e8cedb00f785c64
This commit is contained in:
Solomon Peachy 2025-10-12 17:04:06 -04:00
parent 0f8f05db29
commit 9aa6a35b3f
10 changed files with 11 additions and 9 deletions

View file

@ -340,6 +340,7 @@ Lyre prototype 1 */
#define NAND_IMX233 6
/* CONFIG_RTC */
#define RTC_HOSTED 1 /* Generic hosted */
#define RTC_PCF50605 2 /* iPod 3G, 4G & Mini */
#define RTC_PCF50606 3 /* iriver H300 */
#define RTC_S3C2440 4
@ -642,6 +643,7 @@ Lyre prototype 1 */
#undef HAVE_MULTIDRIVE
#undef CONFIG_STORAGE_MULTI
#undef CONFIG_STORAGE
#define CONFIG_STORAGE 0
#endif
#ifndef CONFIG_BUFLIB_BACKEND