UPSTREAM: intel/fsp_rangeley: Fix use of __SIMPLE_DEVICE__

Required fix to have rules.h as default include.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17747
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>

Change-Id: I6ce2d4e13de5139a84c709b5836ecd41c0abc836
Reviewed-on: https://chromium-review.googlesource.com/422240
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki 2016-12-07 14:32:18 +02:00 committed by chrome-bot
parent 0faab9ae82
commit ad901b1358

View file

@ -14,9 +14,7 @@
* GNU General Public License for more details.
*/
#ifndef __PRE_RAM__
#define __PRE_RAM__ // Use simple device model for this file even in ramstage
#endif
#define __SIMPLE_DEVICE__
#include <stdint.h>
#include <arch/io.h>