intel galile rev g: change name from gen2 to revg
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@ set (maa_LIB_SRCS
|
|||||||
${PROJECT_SOURCE_DIR}/src/spi/spi.c
|
${PROJECT_SOURCE_DIR}/src/spi/spi.c
|
||||||
${PROJECT_SOURCE_DIR}/src/aio/aio.c
|
${PROJECT_SOURCE_DIR}/src/aio/aio.c
|
||||||
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_d.c
|
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_d.c
|
||||||
${PROJECT_SOURCE_DIR}/src/intel_galileo_gen2.c
|
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_g.c
|
||||||
# autogenerated version file
|
# autogenerated version file
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/version.c
|
${CMAKE_CURRENT_BINARY_DIR}/version.c
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
|
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
|
||||||
|
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
||||||
* Copyright (c) 2014 Intel Corporation.
|
* Copyright (c) 2014 Intel Corporation.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining
|
* Permission is hereby granted, free of charge, to any person obtaining
|
||||||
@@ -26,7 +27,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "intel_galileo_gen2.h"
|
#include "intel_galileo_rev_g.h"
|
||||||
|
|
||||||
maa_board_t*
|
maa_board_t*
|
||||||
maa_intel_galileo_gen2()
|
maa_intel_galileo_gen2()
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "maa_internal.h"
|
#include "maa_internal.h"
|
||||||
#include "intel_galileo_rev_d.h"
|
#include "intel_galileo_rev_d.h"
|
||||||
#include "intel_galileo_gen2.h"
|
#include "intel_galileo_rev_g.h"
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user