mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
common: Move environment choice to Kconfig
The environment location is something that might change per board (depending on what storage options are availaible there) or depending on the user choice (when we have several options). Instead of hardcoding it in our configuration header, create a Kconfig choice with the options we use for now, and the symbols that depend on it. Once done, also remove the irrelevant sunxi defines. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
committed by
Jagan Teki
parent
594b4cc732
commit
fb1c43cc37
@@ -8,6 +8,8 @@
|
||||
#ifndef _ENVIRONMENT_H_
|
||||
#define _ENVIRONMENT_H_
|
||||
|
||||
#include <linux/kconfig.h>
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* The "environment" is stored as a list of '\0' terminated
|
||||
|
Reference in New Issue
Block a user